VERSION = 1,

option zReV2.SpecZombieSpawnChance
{
	type = integer, min = 10, max = 30000, default = 200,
	page = zReV2_General_ModSandbox, translation = zReV2_SpecZombieSpawnChance,
}


option zReV2.DefaultVaccineSpawnChance
{
	type = integer, min = 0, max = 100, default = 10,
	page = zReV2_General_ModSandbox, translation = zReV2_DefaultVaccineSpawnChance,
}
option zReV2.ScalpelTweezersSpawnChance
{
	type = integer, min = 0, max = 100, default = 30,
	page = zReV2_General_ModSandbox, translation = zReV2_ScalpelTweezersSpawnChance,
}
option zReV2.TubeOrSyringeOrFlaskSpawnChance
{
	type = integer, min = 0, max = 100, default = 30,
	page = zReV2_General_ModSandbox, translation = zReV2_TubeOrSyringeOrFlaskSpawnChance,
}
option zReV2.TongsSpawnChance
{
	type = integer, min = 0, max = 100, default = 30,
	page = zReV2_General_ModSandbox, translation = zReV2_TigelTongsSpawnChance,
}


option zReV2.chanceToNormal
{
	type = integer, min = 20, max = 60, default = 30,
	page = zReV2_General_ModSandbox, translation = zReV2_chanceToNormal,
}
option zReV2.chanceToRare
{
	type = integer, min = 5, max = 30, default = 10,
	page = zReV2_General_ModSandbox, translation = zReV2_chanceToRare,
}


option zReV2.BookInWorldSpawnChance
{
	type = double, min = 0.00, max = 2.00, default = 1.00,
	page = zReV2_General_ModSandbox, translation = zReV2_BookInWorldSpawnChance,
}


option zReV2.AntibodyPower
{
	type = enum, numValues = 4, default = 2,
	page = zReV2_General_ModSandbox, translation = zReV2_AntibodyPower, valueTranslation = zReV2_AntibodyPowers,
}
option zReV2.AntibodyPower2
{
	type = integer, min = 6, max = 24, default = 12,
	page = zReV2_General_ModSandbox, translation = zReV2_AntibodyPower2,
}


option zReV2.ResearchType
{
	type = enum, numValues = 3, default = 3,
	page = zReV2_General_ModSandbox, translation = zReV2_ResearchType, valueTranslation = zReV2_ResearchTypes,
}
option zReV2.ResearchRand
{
	type = integer, min = 4, max = 30, default = 10,
	page = zReV2_General_ModSandbox, translation = zReV2_ResearchRand,
}
option zReV2.ResearchReduceHealth
{
	type = integer, min = 6, max = 16, default = 8,
	page = zReV2_General_ModSandbox, translation = zReV2_ResearchReduceHealth,
}
option zReV2.ResearchMinHealthNotification
{
	type = integer, min = 15, max = 50, default = 42,
	page = zReV2_General_ModSandbox, translation = zReV2_ResearchMinHealthNotification,
}